Zesstra | 55116ec | 2020-01-22 23:50:38 +0100 | [diff] [blame] | 1 | SYNOPSIS |
2 | int bytesp(mixed arg) | ||||
3 | |||||
4 | DESCRIPTION | ||||
5 | Return 1 if arg is a byte sequence. | ||||
6 | |||||
7 | HISTORY | ||||
8 | Introducted in LDMud 3.6.0. | ||||
9 | |||||
10 | SEE ALSO | ||||
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame] | 11 | clonep(E), closurep(E), coroutinep(E), floatp(E), intp(E), |
12 | lpctypep(E), lwobjectp(E), mappingp(E), objectp(E), pointerp(E), | ||||
13 | referencep(E), stringp(E), structp(E), symbolp(E) |