/// <summary> /// Returns true if k is non-empty, false otherwise. /// </summary> public bool HasKey() { return(state.HasKey()); }