前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >内置变量和函数

内置变量和函数

作者头像
酷走天涯
发布2019-05-26 20:32:36
4370
发布2019-05-26 20:32:36
举报
  • func append(slice []Type, elems ...Type) []Type
  • func cap(v Type) int
  • func close(c chan<- Type)
  • func complex(r, i FloatType) ComplexType
  • func copy(dst, src []Type) int
  • func delete(m map[Type]Type1, key Type)
  • func imag(c ComplexType) FloatType
  • func len(v Type) int
  • func make(t Type, size ...IntegerType) Type
  • func new(Type) *Type
  • func panic(v interface{})
  • func print(args ...Type)
  • func println(args ...Type)
  • func real(c ComplexType) FloatType
  • func recover() interface{}
  • type ComplexType
  • type FloatType
  • type IntegerType
  • type Type
  • type Type1
  • type bool
  • type byte
  • type complex128
  • type complex64
  • type error
  • type float32
  • type float64
  • type int
  • type int16
  • type int32
  • type int64
  • type int8
  • type rune
  • type string
  • type uint
  • type uint16
  • type uint32
  • type uint64
  • type uint8
  • type uintptr

以上是go里面的内置builtin 包里面的函数和变量,由于函数方法使用都比较简单,这里就不在赘述了

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2018.12.28 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档