Easypt

String

..Root.String

  1. Constructs an empty String.

  2. Constructs a string filled with n consecutive copies of character c.

String type signatures:

Object, Basic, String, Iterable, Container

Child of:

Root

Signatures:

NativeCallable, Callable, Class

Members:

Example:

log(String().size());
log(String(3, "a"));