NAME
asn_rshift - right shift an arbitrary size number
SYNOPSIS
string asn_rshift(string a, int shift)
DESCRIPTION
Right shift a by the given amount.
ERRORS
An error will result if shift is less than zero.
asn_rshift - right shift an arbitrary size number
string asn_rshift(string a, int shift)
Right shift a by the given amount.
An error will result if shift is less than zero.