github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/api/apc/ptr_values.go (about)

     1  // Package apc: API control messages and constants
     2  /*
     3   * Copyright (c) 2018-2024, NVIDIA CORPORATION. All rights reserved.
     4   */
     5  package apc
     6  
     7  func Ptr[T any](v T) *T { return &v }