Package com. valgolang. linearrepresentation. datastructures. list
Types
ListAppend
Link copied to clipboard
data class ListAppend(arrayIdent: String, newElemValue: ExecValue, runtime: Double, render: Boolean) : ManimInstr
Content copied to clipboard
ListPrepend
Link copied to clipboard
data class ListPrepend(arrayIdent: String, newArrayIdent: String, text: String, values: Array<ExecValue>, color: String?, textColor: String?, creationString: String?, showLabel: Boolean?, boundaries: List<Pair<Double, Double>>, runtime: Double, render: Boolean, uid: String) : ManimInstr, ManimInstrWithBoundary
Content copied to clipboard