bytespace?

Synopsis

(bytespace? object)

Parameters

  • object

Description

Side Effects

Return Value

#t is object is a bytespace, otherwise #f.

See Also

Example

> (define bs (bytespace-create 100))
bs
> (bytespace? bs)
#t
>