* Create a new list of strings
*/ static create(): ICU4XList;
/**
* Create a new list of strings with preallocated space to hold at least `capacity` elements
*/ static create_with_capacity(capacity: usize): ICU4XList;
/**
* Push a string to the list
* Ill-formed input is treated as if errors had been replaced with REPLACEMENT CHARACTERs according to the WHATWG Encoding Standard.
*/
push(val: string): void;
/**
* The number of elements in this list
*/
len(): usize;
/**
* Whether this list is empty
*/
is_empty(): boolean;
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.9 Sekunden
(vorverarbeitet am 2026-06-06)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.