mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-30 17:55:31 +00:00
6 lines
62 B
Go
6 lines
62 B
Go
package functions
|
|
|
|
func Arr(els ...any) []any {
|
|
return els
|
|
}
|