class Concurrent::LockFreeStack

def self.of1(value)

@!visibility private
def self.of1(value)
  new Node[value, EMPTY]
end