struct ICU::UChars
- ICU::UChars
- Struct
- Value
- Object
Overview
FIXME ugly, find another way to extend the Slice(UInt16) type
(see https://github.com/crystal-lang/crystal/issues/2529)
Defined in:
icu/uchars.crConstructors
- .new(pointer : Pointer(UChar), size : Int, *, read_only = false)
- .new(size : Int, *, read_only = false)
- .new(size : Int, *, read_only = false, &block : Int32 -> _)
- .new(size : Int, *, value : UChar, read_only = false)
Instance Method Summary
-
#to_s(size : Int? = nil)
see http://userguide.icu-project.org/strings#TOC-ICU:-16-bit-Unicode-strings
Macro Summary
Constructor Detail
Instance Method Detail
def to_s(size : Int? = nil)
#
see http://userguide.icu-project.org/strings#TOC-ICU:-16-bit-Unicode-strings