mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-05 14:31:32 +00:00
Chaos utilities.
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
package gay.pizza.foundation.common
|
||||
|
||||
fun <T> Array<T>.without(value: T): List<T> = filter { it != value }
|
Reference in New Issue
Block a user