struct ICU::UChars

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.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(pointer : Pointer(UChar), size : Int, *, read_only = false) #

[View source]
def self.new(size : Int, *, read_only = false) #

[View source]
def self.new(size : Int, *, read_only = false, &block : Int32 -> _) #

[View source]
def self.new(size : Int, *, value : UChar, read_only = false) #

[View source]

Instance Method Detail

def to_s(size : Int? = nil) #

see http://userguide.icu-project.org/strings#TOC-ICU:-16-bit-Unicode-strings


[View source]

Macro Detail

macro method_missing(call) #

[View source]