MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / minusAssign

Function minusAssign

src/main/java/fieldkotlin/KI_stdlib_support.kt:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 _alpha = v
110 }
111
112
113fun launchSeq(frames: Int, name: String? = null, forceEnd: Boolean = false, s: suspend SequenceScope<Any>.() -> Unit) {
114 var rn = name ?: "anon_${_launch_uniq++}"
115 var ss = sequence(s).iterator()
116 var frame = 0

Callers

nothing calls this directly

Calls 1

removeValueMethod · 0.45

Tested by

no test coverage detected