Module CharacterData.Impl
Parameters
T: { ... }
Signature
let data: T.t => string;
let length: T.t => int;
let substringData: offset:int => count:int => T.t => string;
let appendData: string => T.t => unit;
let insertData: offset:int => string => T.t => unit;
let deleteData: offset:int => count:int => T.t => unit;
let replaceData: offset:int => count:int => string => T.t => unit;