github.com/insolar/vanilla@v0.0.0-20201023172447-248fdf805322/args/wrap.go (about)

     1  // Copyright 2020 Insolar Network Ltd.
     2  // All rights reserved.
     3  // This material is licensed under the Insolar License version 1.0,
     4  // available at https://github.com/insolar/assured-ledger/blob/master/LICENSE.md.
     5  
     6  package args
     7  
     8  func AsUint16Slice(v ...uint16) []uint16 {
     9  	return v
    10  }