WCharClass (class)
public WCharClass {inherits {WCharMap bool}, WritableCharClass}
Package: CURL.LANGUAGE.STRINGS

The standard implementation of a WritableCharClass.


Constructors
default:Construct a WCharClass from a char or String.
constructor public {WCharClass.default ...:any}
Properties
Properties inherited from WritableCharMap: mutable?
Methods
clone-writable:Converts this class to a mutable version of itself. Changes made to the returned object will not affect the original.
public {WCharClass.clone-writable}:WritableCharClass
Methods inherited from WCharMap: set
Methods inherited from WritableCharClass: add, add-range, complement-clone, difference-clone, fold, intersect-clone, remove, union-clone
Methods inherited from _WCharMap: get
Methods inherited from CharClassInterface: member?, to-Iterator
Methods inherited from Object: object-describe, object-describe-for-debugging, object-serialize

Constructor Details
default (constructor)
public {WCharClass.default ...:any}

Construct a WCharClass from a char or String.



Property DetailsMethod Details
clone-writable (method)
public {WCharClass.clone-writable}:WritableCharClass

Converts this class to a mutable version of itself. Changes made to the returned object will not affect the original.

Returns

The WritableCharClass with members identical to those of self.