module Safec
Defined in:
doc/macros.crlib/macros.cr
lib/string.cr
version.cr
Constant Summary
-
VERSION =
"0.2.1"
Macro Summary
-
p_to_s?(p)
Creates a new String instance with the p pointer.
Macro Detail
macro p_to_s?(p)
#
Creates a new String instance with the p pointer.
Returns nil if the p pointer is null.