terraform-provider-corefunc icon indicating copy to clipboard operation
terraform-provider-corefunc copied to clipboard

Implement `corefunc_list_unshift`

Open skyzyx opened this issue 2 years ago • 1 comments

Go: corefunc.ListUnshift(arr) TF: corefunc_list_unshift

Push a new item onto the front of a list, mutating the list along the way. Equivalent to Array.unshift() in JavaScript.

skyzyx avatar Sep 05 '23 18:09 skyzyx

https://github.com/srfrog/slices

skyzyx avatar Aug 29 '24 20:08 skyzyx