CARD_TYPE

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

功能:牌型 说明:

功能:牌型map 说明:

功能:map查询 说明:

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Is_valid

func Is_valid(t TYPE) bool

是否有效

func String

func String(types []TYPE) string

Types

type Item

type Item struct {
	// contains filtered or unexported fields
}

type TYPE

type TYPE int
const (
	ERROR   TYPE = 0
	PAIR    TYPE = 0x0001 //对子
	NATURAL TYPE = 0x0002 //天牌
	MIN     TYPE = PAIR
	MAX     TYPE = NATURAL
)

func (TYPE) String

func (t TYPE) String() string

文字描述

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL