chickenclisp v0.1.2 (2016-11-17T04:47:28Z)
Dub
Repo
StringRepeatOperator
orelang
operator
StringOperators
Undocumented in source.
class
StringRepeatOperator :
IOperator
{
import
std
.
algorithm
,
std
.
string
,
std
.
array
,
std
.
range
,
std
.
conv
;
;
import
std
.
algorithm
,
std
.
string
,
std
.
array
,
std
.
range
,
std
.
conv
;
;
import
std
.
algorithm
,
std
.
string
,
std
.
array
,
std
.
range
,
std
.
conv
;
;
import
std
.
algorithm
,
std
.
string
,
std
.
array
,
std
.
range
,
std
.
conv
;
;
import
std
.
algorithm
,
std
.
string
,
std
.
array
,
std
.
range
,
std
.
conv
;
;
Value
call
(Engine engine, Value[] args);
}
Members
Functions
call
Value
call
(Engine engine, Value[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From IOperator
call
Value
call
(Engine engine, Value[] args)
Undocumented in source.
Meta
Source
See Implementation
orelang
operator
StringOperators
classes
AsStringOperator
StringConcatOperator
StringJoinOperator
StringLengthOperator
StringRepeatOperator
StringSliceOperator
StringSplitOperator